home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hanna-in-a-choppa.swf / scripts / DefineButton2_817 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2011-12-21  |  137 b   |  6 lines

  1. on(release){
  2.    _root.objSounds.play("rollover-tick");
  3.    Key.removeListener(_root.objGame);
  4.    _root.objTrans.goto("picklevel");
  5. }
  6.